home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 26 / CDROM26.iso / lazer / desktop / data1.cab / Program_Files / DesktopPizazz.chm / html / desktop pizazz.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-07-30  |  2.4 KB  |  62 lines

  1. /* header styles */
  2.  
  3. H1, H2, H3, H4 { font-family: Verdana }
  4. H1 { color: NAVY; font-size:16pt; font-weight:bold }
  5. H2 { color: NAVY; font-size:13pt; font-weight:bold; margin-top: 18px; margin-bottom: 4px }
  6. H3 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 12px; margin-bottom: 4px }
  7. H4 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 2px; margin-bottom: 2px }
  8.  
  9.  
  10. /* common paragraph styles */
  11.  
  12. BODY {color: BLACK; font-family: Verdana; font-size: 10pt }
  13. P {  margin-top: 6px; margin-bottom: 0px }
  14. .Body        { }
  15. .BodyFirst    { margin-top: 18px }
  16. .Caption    { font-weight: bold }
  17. .CaptionInd    { font-weight: bold }
  18. .gloss        { font-size:7pt }
  19. .Indent        { margin-left: 18px }
  20. .Indent2    { margin-left: 36px }
  21. .Indent3    { margin-left: 54px }
  22. .Indent4    { margin-left: 72px }
  23. .IndentBullet    { }
  24. .numblockstyle  { font-family: Courier; font-size: 8pt; font-style: italic; color: BLUE }
  25. .Parameter    { }
  26. .ParameterIndent{ }
  27.  
  28. /* list styles */
  29. OL, UL { margin-top: 6px; margin-left: 18px }
  30. LI { margin-top: 6px; margin-bottom: 0px }
  31.  
  32.  
  33. /* code paragraph styles */
  34.  
  35. .code        { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-left: 18px}
  36. .codeFirst    { font-family: Courier; monospace; font-size:10pt; margin-top: 12px; margin-left: 18px}
  37. .codeLast    { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-bottom:12px; margin-left: 18px}
  38. .boldcode    { font-family: Courier; monospace; font-size:10pt; font-weight: bold }
  39. .codeIndent    { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
  40. .codeIndLast    { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
  41. .code3Tab    { font-family: Courier; monospace; font-size:10pt }
  42. .code3TabLast    { font-family: Courier; monospace; font-size:10pt }
  43. .codeInd2    { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
  44. .codeInd2Last    { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
  45. .codeInd3    { font-family: Courier; monospace; font-size:10pt; margin-left: 96em }
  46. .codeInd3Last    { font-family: Courier; monospace; font-size:10pt; margin-left: 96em}
  47. .code_Comment    { font-family: Verdana; font-size:10pt }
  48.  
  49.  
  50. /* SPAN classes */
  51.  
  52. SPAN {color: BLACK; font-family: Verdana; font-size:10pt}
  53. .charCode    { font-family: Courier; font-size:10pt }
  54. .charCodeBold    { font-family: Courier; font-size:10pt; font-weight: bold }
  55.  
  56.  
  57. /* special */
  58.  
  59. HR { margin-top: 26px }
  60. A { color: green }
  61.  
  62.